.footer{
    background-color: #242C3C;
    color: #CCD6DF;
    width: 100%;
    height: 200px;
}
.footer a{
    color:inherit;
    text-decoration: inherit;
}
.footer a:hover{
    text-decoration: underline;
}
.footerContent{
    margin:auto;
    max-width:1330px;
    padding-top: 10px;
}